home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Utilities / PatchStack / PatchStack.doc < prev    next >
Encoding:
Text File  |  1998-07-25  |  2.8 KB  |  82 lines

  1. ****** PatchStack.doc *******************************************************
  2. *
  3. *   PatchStack  --  Increase Stacksize for running Tasks, for AmigaOS 3++
  4. *
  5. *****************************************************************************
  6.  
  7.     SYNOPSIS
  8.         TaskName,    (default '« IPrefs »')
  9.         StackSize/N, (default 16384, minimum 1024)
  10.         Quiet/S      (no Output)
  11.  
  12.     DESCRIPTION
  13.         PatchStack allows to increase the Stacksize of any running Task
  14.         It's a replacement for "IPrefsPatch" and "RamLibPatch" both made by
  15.         Andreas R. Kleinert (Andreas_Kleinert@t-online.de), the idea was
  16.         nice, but the implementation is bad ... ;)
  17.  
  18.         Here are some good reasons to use PatchStack:
  19.  
  20.          · Programm is shorter than XXXPatch (592 Bytes)
  21.  
  22.          · The Name of the TaskName is an Argument, which means you don't
  23.            need multiple Programms.
  24.  
  25.          · The new StackSize is an Argument and not a fixed value. The default
  26.            value is 16384, minimum size is 1024 Bytes. The Stacksize can only
  27.            be increased.
  28.  
  29.          · Calls CacheClearU before/after setting the new Stack
  30.  
  31.          · Has a QUIET Option, which really prints out nothing. ;->
  32.  
  33.          · Sets the Returnvalue to:  0 = Ok
  34.                                      5 = Already patched
  35.                                     10 = TaskName not found
  36.                                     15 = New Stacksize is smaller
  37.                                     20 = OS-Version to low
  38.  
  39.          · PatchStack is pure and can be made resident.
  40.  
  41.     REQUIREMENTS
  42.         68000
  43.         exec.library v39+
  44.  
  45.     ACKS
  46.         Thanks to Phase5 for the wonderful CyberstormPPC & CybervisionPPC, but
  47.         there are STILL bugs in it ... :(
  48.  
  49.         Thanks also to Ekki 'Iron' Bender & Tobias 'Dodo' Hain for their
  50.         Support ... :)
  51.  
  52.     HISTORY
  53.         1.0-1.1  (25.07.98)     First public release.
  54.  
  55.     NOTES
  56.         PatchStack is Copyright © 1998 Holger `Lynxx' Hippenstiel,
  57.         This archive can be freely redistributed, as long as all of its
  58.         files are included in their original form without any additions,
  59.         deletions or modifications, and no more than a nominal fee is
  60.         charged for its distribution. All copyright notices in the programs
  61.         and accompanying documentation files must remain on their places.
  62.         This is generally known as FREEWARE.
  63.  
  64.         This software is provided "AS IS" without warranty of any kind,
  65.         either expressed or implied. The author is not responsible for any
  66.         damage caused by it.
  67.  
  68.  
  69. Please send comments or bug-reports to:
  70.  
  71.     Holger Hippenstiel
  72.     Hauptstr. 38
  73.     71229 Leonberg
  74.     Germany
  75.  
  76. or
  77.     lynxx@uni.de
  78.  
  79. » When you have spoken less than the whole truth to a friend, is your
  80. motivation more often: An intellectual awareness of likely consequences or
  81. A concern to not give offense ? «
  82.